KeyDictionary.IDictionary<XmlQualifiedName, IList<Key>>.ContainsKey MethodKeyDictionary.IDictionary(Of XmlQualifiedName, IList(Of Key)).ContainsKey MethodKeyDictionary::IDictionary<XmlQualifiedName, IList<Key>>::ContainsKey Method
- XmlPrime 5.0
- Other Versions ▼
Syntax
Private Function ContainsKey( _ key As System.Xml.XmlQualifiedName _ ) As Boolean _ Implements IDictionary.ContainsKey
private bool System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey( System.Xml.XmlQualifiedName key )
private: virtual bool System.Collections.Generic::IDictionary<TKey, TValue>::ContainsKey( System.Xml::XmlQualifiedName^ key ) sealed